Raleigh: Avoid deprecated icon-shadow
authorMatthias Clasen <mclasen@redhat.com>
Mon, 23 Nov 2015 19:44:27 +0000 (14:44 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 23 Nov 2015 22:01:22 +0000 (17:01 -0500)
gtk/theme/Raleigh/gtk-default.css

index cae7da6ccb9316cea837e5b249555975bc33caf6..6480897f22c3993c7c15980090179c301dc8e7aa 100644 (file)
@@ -802,7 +802,7 @@ GtkCalendar.button:hover {
 }
 
 .titlebar .titlebutton {
-  icon-shadow: 0px 1px #ffff;
+  -gtk-icon-shadow: 0px 1px #ffff;
   color: shade(@fg_color, 1.8);
   background: none;
   padding: 5px 5px 6px 5px;
@@ -826,14 +826,14 @@ GtkCalendar.button:hover {
 .titlebar .titlebutton:active {
   background-image: linear-gradient(to bottom, #a7aba7, shade(@bg_color, 0.95));
   color: @selected_fg_color;
-  icon-shadow: none;
+  -gtk-icon-shadow: none;
 }
 
 .titlebar .titlebutton:backdrop {
   background-image: none;
   color: #a7aba7;
   border-image: none;
-  icon-shadow: none;
+  -gtk-icon-shadow: none;
 }
 
 .window-frame {